-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Draft new sports betting demo #41
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Content LGTM.
demos/betting-behavior-analysis.mdx
Outdated
|
||
To keep this demo simple, a Python script is used to generate and insert data into the tables created above. | ||
|
||
Navigate to the [user_betting_behavior](https://github.com/risingwavelabs/awesome-stream-processing) folder in the [awesome-stream-processing](https://github.com/risingwavelabs/awesome-stream-processing) and run the `data_generator.py` file. This Python script utilizes the `psycopg2` library to establish a connection with RisingWave so you can generate and insert synthetic data into the tables `user_profiles`, `betting_history`, and `positions`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we directly link to the folder instead of repository root https://github.com/risingwavelabs/awesome-stream-processing
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The folders haven't been merged to the repository yet so the root folder is a place holder for now
|
||
To keep this demo simple, a Python script is used to generate and insert data into the tables created above. | ||
|
||
Navigate to the [position_risk_management](https://github.com/risingwavelabs/awesome-stream-processing) folder in the [awesome-stream-processing](https://github.com/risingwavelabs/awesome-stream-processing) and run the `data_generator.py` file. This Python script utilizes the `psycopg2` library to establish a connection with RisingWave so you can generate and insert synthetic data into the tables `positions` and `market_data`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ditto
Co-authored-by: Richard Chien <stdrc@outlook.com> Signed-off-by: emile-00 <106993396+emile-00@users.noreply.github.com>
…bs/risingwave-docs-new into add-sports-bet-demo
Co-authored-by: Richard Chien <stdrc@outlook.com> Signed-off-by: emile-00 <106993396+emile-00@users.noreply.github.com>
Co-authored-by: Richard Chien <stdrc@outlook.com> Signed-off-by: emile-00 <106993396+emile-00@users.noreply.github.com>
Add draft for sports betting demo. No rush to merge, also experimenting with mintlify mdx formatting